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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?躁???? | 00111111111001110100111000111111001111110011111100111111 | 3fe74e3f3f3f3f |
EUC-JP | ?躁???? | 00111111111011011010111100111111001111110011111100111111 | 3fedaf3f3f3f3f |
UTF-8 | 솟躁섀솔솥솟 | 111011001000011010011111111010001011101010000001111011001000010010000000111011001000011010010100111011001000011010100101111011001000011010011111 | ec869fe8ba81ec8480ec8694ec86a5ec869f |
UHC | 솟躁섀솔솥솟 | 101111001101101011110000111000101011110010101000101111001101011010111100110111001011110011011010 | bcdaf0e2bca8bcd6bcdcbcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)