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 | 丈ヲ漆尺ニ | 1000111111100100101001101000111010111101100011101101101011000110 | 8fe4a68ebd8edac6 |
EUC-JP | 丈ヲ漆尺ニ | 10111110111001101000111010100110101111001011111110111100110111001000111011000110 | bee68ea6bcbfbcdc8ec6 |
UTF-8 | 丈ヲ漆尺ニ | 111001001011100010001000111011111011110110100110111001101011110010000110111001011011000010111010111011111011111010000110 | e4b888efbda6e6bc86e5b0baefbe86 |
UHC | 丈?漆尺? | 1110110111011011001111111111011011010100111101001010100100111111 | eddb3ff6d4f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)