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 | ?V???O?LB | 001111110101011000111111001111110011111101001111001111110100110001000010 | 3f563f3f3f4f3f4c42 |
SJIS-WIN | ?V???O?LB | 001111110101011000111111001111110011111101001111001111110100110001000010 | 3f563f3f3f4f3f4c42 |
EUC-JP | ?V???O?LB | 001111110101011000111111001111110011111101001111001111110100110001000010 | 3f563f3f3f4f3f4c42 |
UTF-8 | 혪V혩짧혪O혪LB | 11101101100110001010101001010110111011011001100010101001111011001010011110100111111011011001100010101010010011111110110110011000101010100100110001000010 | ed98aa56ed98a9eca7a7ed98aa4fed98aa4c42 |
UHC | 혪V혩짧혪O혪LB | 1100001010010010010101101100001010010001110000101010101011000010100100100100111111000010100100100100110001000010 | c29256c291c2aac2924fc2924c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)