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 | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
SJIS-WIN | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
EUC-JP | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
UTF-8 | 혩혪챕u혩혪 | 11101101100110001010100111101101100110001010101011101100101100011001010101110101111011011001100010101001111011011001100010101010 | ed98a9ed98aaecb19575ed98a9ed98aa |
UHC | 혩혪챕u혩혪 | 1100001010010001110000101001001011000011101010010111010111000010100100011100001010010010 | c291c292c3a975c291c292 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)