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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 吾??饋B | 10001100111000010011111100111111111010010101111001000010 | 8ce13f3fe95e42 |
EUC-JP | 吾??饋B | 10111000111000110011111100111111111100011011111101000010 | b8e33f3ff1bf42 |
UTF-8 | 吾몃뜄饋B | 11100101100100001011111011101011101010101000001111101011100111001000010011101001101001011000101101000010 | e590beebaa83eb9c84e9a58b42 |
UHC | 吾몃뜄饋B | 111001111110111010111000111010111000110110001000110011111111101001000010 | e7eeb8eb8d88cffa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)