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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題豆?耘? | 1001000111101000100100111010010000111111111000111100111100111111 | 91e893a43fe3cf3f |
EUC-JP | 題豆?耘? | 1100001011101010110001101010011000111111111001101101000100111111 | c2eac6a63fe6d13f |
UTF-8 | 題豆쨀耘렑 | 111010011010000110001100111010001011000110000110111011001010100010000000111010001000000010011000111010111010000010010001 | e9a18ce8b186eca880e88098eba091 |
UHC | 題豆쨀耘렑 | 11110000101110011101010011100111110000101011001111101001111111001000111010100110 | f0b9d4e7c2b3e9fc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)