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 | 癲?〃寃?? | 111000011001111100111111100000010101011010011011100000110011111100111111 | e19f3f81569b833f3f |
EUC-JP | 癲?〃寃?? | 111000101010000100111111101000011011011111010101111000110011111100111111 | e2a13fa1b7d5e33f3f |
UTF-8 | 癲뉖〃寃꿩렒 | 111001111001100110110010111010111000100110010110111000111000000010000011111001011010111110000011111010101011111110101001111010111010000010010010 | e799b2eb8996e38083e5af83eabfa9eba092 |
UHC | 癲뉖〃寃꿩렒 | 111011111010011010000111111010111010000110101000111010101011001010110010111001101000111010100111 | efa687eba1a8eab2b2e68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)