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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瑙??鰻 | 00111111111000001110110100111111001111111000100101010110 | 3fe0ed3f3f8956 |
EUC-JP | ?瑙??鰻 | 00111111111000001110111100111111001111111011000110110111 | 3fe0ef3f3fb1b7 |
UTF-8 | 렺瑙렱렺鰻 | 111010111010000010111010111001111001000110011001111010111010000010110001111010111010000010111010111010011011000010111011 | eba0bae79199eba0b1eba0bae9b0bb |
UHC | 렺瑙렱렺鰻 | 10001110110000101101001011000101100011101011111010001110110000101101100011000100 | 8ec2d2c58ebe8ec2d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)