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 | 訒溷シ丈゚セ | 111110111010001110011111111001011011110010001111111001001101111110111110 | fba39fe5bc8fe4dfbe |
EUC-JP | 訒溷シ丈゚セ | 10001111110111011100100011011110111001111000111010111100101111101110011010001110110111111000111010111110 | 8fddc8dee78ebcbee68edf8ebe |
UTF-8 | 訒溷シ丈゚セ | 111010001010100010010010111001101011101010110111111011111011110110111100111001001011100010001000111011111011111010011111111011111011110110111110 | e8a892e6bab7efbdbce4b888efbe9fefbdbe |
UHC | ???丈?? | 00111111001111110011111111101101110110110011111100111111 | 3f3f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)