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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蓚獺}蓚獺{^ | 1110010011101001111000001101101001111101111001001110100111100000110110100111101101011110 | e4e9e0da7de4e9e0da7b5e |
EUC-JP | 蓚獺}蓚獺{^ | 1110100011101011111000001101110001111101111010001110101111100000110111000111101101011110 | e8ebe0dc7de8ebe0dc7b5e |
UTF-8 | 蓚獺}蓚獺{^ | 111010001001001110011010111001111000110110111010011111011110100010010011100110101110011110001101101110100111101101011110 | e8939ae78dba7de8939ae78dba7b5e |
UHC | 蓚獺}蓚獺{^ | 1110001010111110110100111011011101111101111000101011111011010011101101110111101101011110 | e2bed3b77de2bed3b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)