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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汁??姐 | 100011110110000000111111001111111000100010110111 | 8f603f3f88b7 |
EUC-JP | 汁??姐 | 101111011100000100111111001111111011000010111001 | bdc13f3fb0b9 |
UTF-8 | 汁흔깃姐 | 111001101011000110000001111011011001110110010100111010101011100110000011111001011010011110010000 | e6b181ed9d94eab983e5a790 |
UHC | 汁흔깃姐 | 1111000111110000110010001110011110110001111010101110111010111011 | f1f0c8e7b1eaeebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)