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 | ??祖醇 | 001111110011111110010001011000111000111110000110 | 3f3f91638f86 |
EUC-JP | ??祖醇 | 001111110011111111000001110001001011110111100110 | 3f3fc1c4bde6 |
UTF-8 | 롅렧祖醇 | 111010111010000110000101111010111010000010100111111001111010010110010110111010011000011010000111 | eba185eba0a7e7a596e98687 |
UHC | 롅렧祖醇 | 1000111011001011100011101011011011110000110100111110001011110101 | 8ecb8eb6f0d3e2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)