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 | ?但?淡?鰻 | 001111111001001001000001001111111001001001010111001111111000100101010110 | 3f92413f92573f8956 |
EUC-JP | ?但?淡?鰻 | 001111111100001110100010001111111100001110111000001111111011000110110111 | 3fc3a23fc3b83fb1b7 |
UTF-8 | 렺但렺淡렺鰻 | 111010111010000010111010111001001011110110000110111010111010000010111010111001101011011110100001111010111010000010111010111010011011000010111011 | eba0bae4bd86eba0bae6b7a1eba0bae9b0bb |
UHC | 렺但렺淡렺鰻 | 100011101100001011010011101000111000111011000010110100111011111110001110110000101101100011000100 | 8ec2d3a38ec2d3bf8ec2d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)