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 | ???》?? | 00111111001111110011111110000001011101000011111100111111 | 3f3f3f81743f3f |
EUC-JP | ???》?? | 00111111001111110011111110100001110101010011111100111111 | 3f3f3fa1d53f3f |
UTF-8 | 렺꼼쩡》렺쉠 | 111010111010000010111010111010101011110010111100111011001010100110100001111000111000000010001011111010111010000010111010111011001000100110100000 | eba0baeabcbceca9a1e3808beba0baec89a0 |
UHC | 렺꼼쩡》렺쉠 | 100011101100001010110010110001001100001011000100101000011011011110001110110000101011110110101010 | 8ec2b2c4c2c4a1b78ec2bdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)