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 | 癲?8意?ぜ | 11100001100111110011111110000010010101111000100011010011001111111000001010111010 | e19f3f825788d33f82ba |
EUC-JP | 癲?8意?ぜ | 11100010101000010011111110100011101110001011000011010101001111111010010010111100 | e2a13fa3b8b0d53fa4bc |
UTF-8 | 癲쒕8意덅ぜ | 111001111001100110110010111011001001001010010101111011111011110010011000111001101000010010001111111010111000110110000101111000111000000110011100 | e799b2ec9295efbc98e6848feb8d85e3819c |
UHC | 癲쒕8意덅ぜ | 111011111010011010011100111010111010001110111000111010111111001010001000111010001010101010111100 | efa69ceba3b8ebf288e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)