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 | ???N?lv | 00111111001111110011111101001110001111110110110001110110 | 3f3f3f4e3f6c76 |
SJIS-WIN | ???N?lv | 00111111001111110011111101001110001111110110110001110110 | 3f3f3f4e3f6c76 |
EUC-JP | ???N?lv | 00111111001111110011111101001110001111110110110001110110 | 3f3f3f4e3f6c76 |
UTF-8 | 혪챤찾N혴lv | 111011011001100010101010111011001011000110100100111011001011000010111110010011101110110110011000101101000110110001110110 | ed98aaecb1a4ecb0be4eed98b46c76 |
UHC | 혪챤찾N혴lv | 1100001010010010110000111010111011000011101000110100111011000010100110110110110001110110 | c292c3aec3a34ec29b6c76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)