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 | 襞碕烏襞碕岡 | 111001011111110010001101111010101000100101000111111001011111110010001101111010101000100110101010 | e5fc8dea8947e5fc8dea89aa |
EUC-JP | 襞碕烏襞碕岡 | 111010101111111010111010111011001011000110101000111010101111111010111010111011001011001010101100 | eafebaecb1a8eafebaecb2ac |
UTF-8 | 襞碕烏襞碕岡 | 111010001010010110011110111001111010001010010101111001111000001110001111111010001010010110011110111001111010001010010101111001011011001010100001 | e8a59ee7a295e7838fe8a59ee7a295e5b2a1 |
UHC | ??烏??岡 | 0011111100111111111010001010000100111111001111111100101110101010 | 3f3fe8a13f3fcbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)