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 | 都ソ迺ス訒溷 | 11111011101101111011111111100111100100101011110111111011101000111001111111100101 | fbb7bfe792bdfba39fe5 |
EUC-JP | ?ソ迺ス訒溷 | 001111111000111010111111111011011111001010001110101111011000111111011101110010001101111011100111 | 3f8ebfedf28ebd8fddc8dee7 |
UTF-8 | 都ソ迺ス訒溷 | 111011111010100010100110111011111011110110111111111010001011111110111010111011111011110110111101111010001010100010010010111001101011101010110111 | efa8a6efbdbfe8bfbaefbdbde8a892e6bab7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)