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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?逍?逍B | 00111111111001111001011000111111111001111001011001000010 | 3fe7963fe79642 |
EUC-JP | ?逍?逍B | 00111111111011011111011000111111111011011111011001000010 | 3fedf63fedf642 |
UTF-8 | 쿄逍쿄逍B | 11101100101111111000010011101001100000001000110111101100101111111000010011101001100000001000110101000010 | ecbf84e9808decbf84e9808d42 |
UHC | 쿄逍쿄逍B | 110001001110110011100001110011101100010011101100111000011100111001000010 | c4ece1cec4ece1ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)