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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??拔?? | 001111110011111110011101010101010011111100111111 | 3f3f9d553f3f |
EUC-JP | ??拔艅? | 0011111100111111110110011011011010001111110101101111110100111111 | 3f3fd9b68fd6fd3f |
UTF-8 | 룶깹拔艅깹 | 111010111010001110110110111010101011100110111001111001101000101110010100111010001000100110000101111010101011100110111001 | eba3b6eab9b9e68b94e88985eab9b9 |
UHC | 룶깹拔艅깹 | 10001111101010111011001010100001110110101111101111100110101010011011001010100001 | 8fabb2a1dafbe6a9b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)