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 | ????瑙淪 | 0011111100111111001111110011111111100000111011011001111111001011 | 3f3f3f3fe0ed9fcb |
EUC-JP | ????瑙淪 | 0011111100111111001111110011111111100000111011111101111011001101 | 3f3f3f3fe0efdecd |
UTF-8 | 렻렮렻꼽瑙淪 | 111010111010000010111011111010111010000010101110111010111010000010111011111010101011110010111101111001111001000110011001111001101011011110101010 | eba0bbeba0aeeba0bbeabcbde79199e6b7aa |
UHC | 렻렮렻꼽瑙淪 | 100011101100001110001110101110111000111011000011101100101100010111010010110001011101011111000101 | 8ec38ebb8ec3b2c5d2c5d7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)