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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??臾?┐ | 111000011001111100111111001111111110010001101011001111111000010010100010 | e19f3f3fe46b3f84a2 |
EUC-JP | 癲??臾?┐ | 111000101010000100111111001111111110011111001100001111111010100010100100 | e2a13f3fe7cc3fa8a4 |
UTF-8 | 癲딄막臾랃┐ | 111001111001100110110010111010111001010010000100111010111010011110001001111010001000011110111110111010111001111010000011111000101001010010010000 | e799b2eb9484eba789e887beeb9e83e29490 |
UHC | 癲딄막臾랃┐ | 111011111010011010001010111010101011100010110111111010111010110010001101111011111010011010100100 | efa68aeab8b7ebac8defa6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)