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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬣廷「ろ俣 | 111010011010010110010010111011001010001010000010111010111001011010010011 | e9a592eca282eb9693 |
EUC-JP | 鬣廷「ろ俣 | 11110010101001111100010011101110100011101010001010100100111011011100101111110011 | f2a7c4ee8ea2a4edcbf3 |
UTF-8 | 鬣廷「ろ俣 | 111010011010110010100011111001011011101110110111111011111011110110100010111000111000001010001101111001001011111110100011 | e9aca3e5bbb7efbda2e3828de4bfa3 |
UHC | ?廷?ろ? | 00111111111011111101010100111111101010101110110100111111 | 3fefd53faaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)