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 | ?D?Y??W | 00111111010001000011111101011001001111110011111101010111 | 3f443f593f3f57 |
SJIS-WIN | ?D?Y??W | 00111111010001000011111101011001001111110011111101010111 | 3f443f593f3f57 |
EUC-JP | ?D?Y??W | 00111111010001000011111101011001001111110011111101010111 | 3f443f593f3f57 |
UTF-8 | 혪D혪Y혩쨋W | 111011011001100010101010010001001110110110011000101010100101100111101101100110001010100111101100101010001000101101010111 | ed98aa44ed98aa59ed98a9eca88b57 |
UHC | 혪D혪Y혩쨋W | 1100001010010010010001001100001010010010010110011100001010010001110000101011011001010111 | c29244c29259c291c2b657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)