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 | 倭??要?? | 1001100001100000001111110011111110010111011101100011111100111111 | 98603f3f97763f3f |
EUC-JP | 倭??要?? | 1100111111000001001111110011111111001101110101110011111100111111 | cfc13f3fcdd73f3f |
UTF-8 | 倭욑슭要ㅷ슢 | 111001011000000010101101111011001001101010010001111011001000101010101101111010001010011010000001111000111000010110110111111011001000101010100010 | e580adec9a91ec8aade8a681e385b7ec8aa2 |
UHC | 倭욑슭要ㅷ슢 | 111010001101111010011110111011111011110110111110111010011010100110100100111001111001101010101110 | e8de9eefbdbee9a9a4e79aae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)