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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 衍??慾∽?B | 10011111101001010011111100111111100101110111110010000001111001000011111101000010 | 9fa53f3f977c81e43f42 |
EUC-JP | 衍??慾∽?B | 11011110101001110011111100111111110011011101110110100010111001100011111101000010 | dea73f3fcddda2e63f42 |
UTF-8 | 衍륅풙慾∽쉐B | 11101000101000011000110111101011101001011000010111101101100100101001100111100110100001011011111011100010100010001011110111101100100010011001000001000010 | e8a18deba585ed9299e685bee288bdec899042 |
UHC | 衍륅풙慾∽쉐B | 11100110111000101000111111101111101111101001110011101001101011111010000111101111101111011010011001000010 | e6e28fefbe9ce9afa1efbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)