To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???枸?? | 00111111001111110011111110011110011011010011111100111111 | 3f3f3f9e6d3f3f |
EUC-JP | ???枸?芼 | 001111110011111100111111110110111100111000111111100011111101011111001011 | 3f3f3fdbce3f8fd7cb |
UTF-8 | 렺꼼쩡枸렺芼 | 111010111010000010111010111010101011110010111100111011001010100110100001111001101001111010111000111010111010000010111010111010001000101010111100 | eba0baeabcbceca9a1e69eb8eba0bae88abc |
UHC | 렺꼼쩡枸렺芼 | 100011101100001010110010110001001100001011000100110011111010111010001110110000101101100111000101 | 8ec2b2c4c2c4cfae8ec2d9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)