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 | 仲?渦??? | 1001001010000111001111111000100101010001001111110011111100111111 | 92873f89513f3f3f |
EUC-JP | 仲?渦??? | 1100001111100111001111111011000110110010001111110011111100111111 | c3e73fb1b23f3f3f |
UTF-8 | 仲렫渦숄렰렟 | 111001001011101110110010111010111010000010101011111001101011100010100110111011001000100010000100111010111010000010110000111010111010000010011111 | e4bbb2eba0abe6b8a6ec8884eba0b0eba09f |
UHC | 仲렫渦숄렰렟 | 111100011110101010001110101110011110100010111110101111001111000110001110101111011000111010110000 | f1ea8eb9e8bebcf18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)