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 | 迹ゥ蜈「閼セ | 111001111001000110101001111001011000010110100010111010001000010010111110 | e791a9e585a2e884be |
EUC-JP | 迹ゥ蜈「閼セ | 111011011111000110001110101010011110100111100101100011101010001011101111111001001000111010111110 | edf18ea9e9e58ea2efe48ebe |
UTF-8 | 迹ゥ蜈「閼セ | 111010001011111110111001111011111011110110101001111010001001110010001000111011111011110110100010111010011001011010111100111011111011110110111110 | e8bfb9efbda9e89c88efbda2e996bcefbdbe |
UHC | 迹?蜈?閼? | 111011101110100100111111111010001010010100111111111001001101100100111111 | eee93fe8a53fe4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)