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 | ???j?? | 001111110011111100111111011010100011111100111111 | 3f3f3f6a3f3f |
SJIS-WIN | ???j?? | 001111110011111100111111011010100011111100111111 | 3f3f3f6a3f3f |
EUC-JP | ???j?? | 001111110011111100111111011010100011111100111111 | 3f3f3f6a3f3f |
UTF-8 | 혞횩챌j혣횜 | 11101101100110001001111011101101100110101010100111101100101100011000110001101010111011011001100010100011111011011001101010011100 | ed989eed9aa9ecb18c6aed98a3ed9a9c |
UHC | 혞횩챌j혣횜 | 1100001010001000110000111001111111000011101001110110101011000010100011001100001110010110 | c288c39fc3a76ac28cc396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)