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 | ???認?? | 00111111001111110011111110010100010001100011111100111111 | 3f3f3f94463f3f |
EUC-JP | 濚??認?? | 100011111100100110100001001111110011111111000111101001110011111100111111 | 8fc9a13f3fc7a73f3f |
UTF-8 | 濚뉍넂認뗦렔 | 111001101011111110011010111010111000100110001101111010111000010010000010111010001010101010001101111010111001011110100110111010111010000010010100 | e6bf9aeb898deb8482e8aa8deb97a6eba094 |
UHC | 濚뉍넂認뗦렔 | 111001111011100110000111111000101000011010010010111011001110001110001011111001101000111010101001 | e7b987e28692ece38be68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)