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 | 絶??冶ゅ? | 100100001110001000111111001111111001011011101000100000101110001100111111 | 90e23f3f96e882e33f |
EUC-JP | 絶??冶ゅ? | 110000001110010000111111001111111100110011101010101001001110010100111111 | c0e43f3fcceaa4e53f |
UTF-8 | 絶껅톸冶ゅ겛 | 111001111011010110110110111010101011101110000101111011011000011010111000111001011000011010110110111000111000001010000101111010101011001010011011 | e7b5b6eabb85ed86b8e586b6e38285eab29b |
UHC | 絶껅톸冶ゅ겛 | 111011111011111010000011111001101011011110001100111001011010011110101010111001011000000110110010 | efbe83e6b78ce5a7aae581b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)