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 | ?????jo | 00111111001111110011111100111111001111110110101001101111 | 3f3f3f3f3f6a6f |
SJIS-WIN | ?????jo | 00111111001111110011111100111111001111110110101001101111 | 3f3f3f3f3f6a6f |
EUC-JP | ?????jo | 00111111001111110011111100111111001111110110101001101111 | 3f3f3f3f3f6a6f |
UTF-8 | 혞횋혫짧혮jo | 1110110110011000100111101110110110011010100010111110110110011000101010111110110010100111101001111110110110011000101011100110101001101111 | ed989eed9a8bed98abeca7a7ed98ae6a6f |
UHC | 혞횋혫짧혮jo | 110000101000100011000011100010011100001010010011110000101010101011000010100101010110101001101111 | c288c389c293c2aac2956a6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)