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 | リハミャ霾 | 1101100011001010110100001010110011101000110010001111001111000110 | d8cad0ace8c8f3c6 |
EUC-JP | リハミャ霾? | 1000111011011000100011101100101010001110110100001000111010101100111100001100101000111111 | 8ed88eca8ed08eacf0ca3f |
UTF-8 | リハミャ霾 | 111011111011111010011000111011111011111010001010111011111011111010010000111011111011110110101100111010011001110010111110111011101000101010111001 | efbe98efbe8aefbe90efbdace99cbeee8ab9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)