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 | ??裝脈 | 001111110011111111100101111001001001011010101100 | 3f3fe5e496ac |
EUC-JP | ??裝脈 | 001111110011111111101010111001101100110010101110 | 3f3feae6ccae |
UTF-8 | 뤗粒裝脈 | 111010111010010010010111111011111010011110111001111010001010001110011101111010001000010010001000 | eba497efa7b9e8a39de88488 |
UHC | 뤗粒裝脈 | 1000111111000111111011011010001111101101111110111101100011100110 | 8fc7eda3edfbd8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)