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 | 容?ズ帳?? | 100101110110010100111111100000110101100110010010101000000011111100111111 | 97653f835992a03f3f |
EUC-JP | 容?ズ帳?? | 110011011100011000111111101001011011101011000100101000100011111100111111 | cdc63fa5bac4a23f3f |
UTF-8 | 容묊ズ帳꿰댚 | 111001011010111010111001111010111010110010001010111000111000001010111010111001011011100010110011111010101011111110110000111010111000110010011010 | e5aeb9ebac8ae382bae5b8b3eabfb0eb8c9a |
UHC | 容묊ズ帳꿰댚 | 111010011011101110010001111001111010101110111010111011011110001110110010111001111000100010111110 | e9bb91e7abbaede3b2e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)