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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霆滕註籵コB | 11101000101110111001111111101100100100101001000011100010111000001011101001000010 | e8bb9fec9290e2e0ba42 |
EUC-JP | 霆滕註籵コB | 1111000010111101110111101110111011000011111100001110010011100010100011101011101001000010 | f0bddeeec3f0e4e28eba42 |
UTF-8 | 霆滕註籵コB | 11101001100111001000011011100110101110111001010111101000101010001011101111100111101100011011010111101111101111011011101001000010 | e99c86e6bb95e8a8bbe7b1b5efbdba42 |
UHC | 霆?註??B | 1110111111111101001111111111000111001001001111110011111101000010 | effd3ff1c93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)