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 | 100011011001011000111111001111111110100110110000001111110011111101000010 | 8d963f3fe9b03f3f42 |
EUC-JP | 獄??魏??B | 101110011111011000111111001111111111001010110010001111110011111101000010 | b9f63f3ff2b23f3f42 |
UTF-8 | 獄븍쉸魏녿옜B | 11100111100011011000010011101011101110001000110111101100100010011011100011101001101011011000111111101011100001011011111111101100100110001001110001000010 | e78d84ebb88dec89b8e9ad8feb85bfec989c42 |
UHC | 獄븍쉸魏녿옜B | 11101000101010111011101011101011100110101000111011101010111000001000011011101011101111111011111101000010 | e8abbaeb9a8eeae086ebbfbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)