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 | ?納踪悠ゲ | 001111111001010001011011111001110100100010010111010010011000001101010001 | 3f945be74897498351 |
EUC-JP | ?納踪悠ゲ | 001111111100011110111100111011011010100111001101101010101010010110110010 | 3fc7bceda9cdaaa5b2 |
UTF-8 | 룶納踪悠ゲ | 111010111010001110110110111001111011010010001101111010001011100010101010111001101000001010100000111000111000001010110010 | eba3b6e7b48de8b8aae682a0e382b2 |
UHC | 룶納踪悠ゲ | 10001111101010111101001010100001111100011010000111101010111011011010101110110010 | 8fabd2a1f1a1eaedabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)