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 | ?渥?? | 0011111110001000101011010011111100111111 | 3f88ad3f3f |
EUC-JP | ?渥?芩 | 00111111101100001010111100111111100011111101011111000011 | 3fb0af3f8fd7c3 |
UTF-8 | 짹渥텼芩 | 111011001010011110111001111001101011100010100101111011011000010110111100111010001000101010101001 | eca7b9e6b8a5ed85bce88aa9 |
UHC | 짹渥텼芩 | 1100001010110001111001001100011011000101111000011101000011011001 | c2b1e4c6c5e1d0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)