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 | 製?梯?倚ⅶ | 10010000101110110011111110010010111100100011111110011000110111111111101001000110 | 90bb3f92f23f98dffa46 |
EUC-JP | 製?梯?倚? | 110000001011110100111111110001001111010000111111110100001110000100111111 | c0bd3fc4f43fd0e13f |
UTF-8 | 製렩梯렟倚ⅶ | 111010001010001110111101111010111010000010101001111001101010001010101111111010111010000010011111111001011000000010011010111000101000010110110110 | e8a3bdeba0a9e6a2afeba09fe5809ae285b6 |
UHC | 製렩梯렟倚ⅶ | 111100001011001010001110101101111111000010101100100011101011000011101011111011111010010110100111 | f0b28eb7f0ac8eb0ebefa5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)