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 | ニス爾鈹 | 11110000111111001100011011110001100011101011110110001110101000101111101111001010 | f0fcc6f18ebd8ea2fbca |
EUC-JP | ?ニ?ス爾鈹 | 0011111110001110110001100011111110001110101111011011110010100100100011111110001111010100 | 3f8ec63f8ebdbca48fe3d4 |
UTF-8 | ニス爾鈹 | 111011101000001010111011111011111011111010000110111011101000010010001001111011111011110110111101111001111000100010111110111010011000100010111001 | ee82bbefbe86ee8489efbdbde788bee988b9 |
UHC | ????爾? | 00111111001111110011111100111111111011001011001100111111 | 3f3f3f3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)