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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?遝???遝 | 00111111100011111110000111011111001111110011111100111111100011111110000111011111 | 3f8fe1df3f3f3f8fe1df |
UTF-8 | 렺遝렺굣렺遝 | 111010111010000010111010111010011000000110011101111010111010000010111010111010101011010110100011111010111010000010111010111010011000000110011101 | eba0bae9819deba0baeab5a3eba0bae9819d |
UHC | 렺遝렺굣렺遝 | 100011101100001011010011110011111000111011000010101100011011011110001110110000101101001111001111 | 8ec2d3cf8ec2b1b78ec2d3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)