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 | 堊??濡?? | 1001101010111111001111110011111110010100010001110011111100111111 | 9abf3f3f94473f3f |
EUC-JP | 堊??濡?? | 1101010011000001001111110011111111000111101010000011111100111111 | d4c13f3fc7a83f3f |
UTF-8 | 堊꾨죾濡딆꽮 | 111001011010000010001010111010101011111010101000111011001010001110111110111001101011111110100001111010111001010010000110111010101011110110101110 | e5a08aeabea8eca3bee6bfa1eb9486eabdae |
UHC | 堊꾨죾濡딆꽮 | 111001001011111010000100111010111010000110010110111010111010000110001010111011001000010010111001 | e4be84eba196eba18aec84b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)