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 | ?芦??鴦頸 | 001111111000100010110000001111110011111111101001111100011110100011110010 | 3f88b03f3fe9f1e8f2 |
EUC-JP | ?芦??鴦頸 | 001111111011000010110010001111110011111111110010111100111111000011110100 | 3fb0b23f3ff2f3f0f4 |
UTF-8 | 뤗芦핺뤙鴦頸 | 111010111010010010010111111010001000101010100110111011011001010110111010111010111010010010011001111010011011010010100110111010011010000010111000 | eba497e88aa6ed95baeba499e9b4a6e9a0b8 |
UHC | 뤗芦핺뤙鴦頸 | 100011111100011111111011110110001100000101001111100011111100100011100100111011001100110011110010 | 8fc7fbd8c14f8fc8e4ecccf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)