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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 絶??隘??k | 100100001110001000111111001111111110100010100101001111110011111101101011 | 90e23f3fe8a53f3f6b |
EUC-JP | 絶??隘??k | 110000001110010000111111001111111111000010100111001111110011111101101011 | c0e43f3ff0a73f3f6b |
UTF-8 | 絶귝튂隘됵슨k | 11100111101101011011011011101010101101111001110111101101100010101000001011101001100110101001100011101011100100001011010111101100100010101010100001101011 | e7b5b6eab79ded8a82e99a98eb90b5ec8aa86b |
UHC | 絶귝튂隘됵슨k | 11101111101111101000001011100110101110011001100011100100111101101000100111101111101111011011110001101011 | efbe82e6b998e4f689efbdbc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)