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 | 湿璽湿゚諶セ | 10001110101111001000111010100011100011101011110011011111111110111010101010111110 | 8ebc8ea38ebcdffbaabe |
EUC-JP | 湿璽湿゚諶セ | 10111100101111101011110010100101101111001011111010001110110111111000111111011110101101011000111010111110 | bcbebca5bcbe8edf8fdeb58ebe |
UTF-8 | 湿璽湿゚諶セ | 111001101011100110111111111001111001001010111101111001101011100110111111111011111011111010011111111010001010101110110110111011111011110110111110 | e6b9bfe792bde6b9bfefbe9fe8abb6efbdbe |
UHC | ?璽??諶? | 0011111111011111110111100011111100111111111001001010011000111111 | 3fdfde3f3fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)