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 | ?蓑?? | 0011111110010110101010100011111100111111 | 3f96aa3f3f |
EUC-JP | 邕蓑?? | 10001111111000011110110111001100101011000011111100111111 | 8fe1edccac3f3f |
UTF-8 | 邕蓑떪뤊 | 111010011000001010010101111010001001001110010001111010111001011010101010111010111010010010001010 | e98295e89391eb96aaeba48a |
UHC | 邕蓑떪뤊 | 1110100010111011110111101110111010110110101101001000111110111010 | e8bbdeeeb6b48fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)