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 | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
SJIS-WIN | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
EUC-JP | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
UTF-8 | 렺궷렺창렺찼ue^ | 111010111010000010111010111010101011011010110111111010111010000010111010111011001011000010111101111010111010000010111010111011001011000010111100011101010110010101011110 | eba0baeab6b7eba0baecb0bdeba0baecb0bc75655e |
UHC | 렺궷렺창렺찼ue^ | 100011101100001010110001110011001000111011000010110000111010001010001110110000101100001110100001011101010110010101011110 | 8ec2b1cc8ec2c3a28ec2c3a175655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)