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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雅??膺 | 100010011110101100111111001111111110010001011110 | 89eb3f3fe45e |
EUC-JP | 雅??膺 | 101100101110110100111111001111111110011110111111 | b2ed3f3fe7bf |
UTF-8 | 雅ⓦ끃膺 | 111010011001101110000101111000101001001110100110111010111000000110000011111010001000011010111010 | e99b85e293a6eb8183e886ba |
UHC | 雅ⓦ끃膺 | 1110010010111010101010001110001110000101101110011110101111101100 | e4baa8e385b9ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)