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 | 宵リ娼テ。ッ | 1000111110101010110110001000111110101001110000111010000110101111 | 8faad88fa9c3a1af |
EUC-JP | 宵リ娼テ。ッ | 101111101010110010001110110110001011111010101011100011101100001110001110101000011000111010101111 | beac8ed8beab8ec38ea18eaf |
UTF-8 | 宵リ娼テ。ッ | 111001011010111010110101111011111011111010011000111001011010100010111100111011111011111010000011111011111011110110100001111011111011110110101111 | e5aeb5efbe98e5a8bcefbe83efbda1efbdaf |
UHC | 宵?娼??? | 1110000110110010001111111111001111011110001111110011111100111111 | e1b23ff3de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)