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 | 要??曜?? | 1001011101110110001111110011111110010111011010100011111100111111 | 97763f3f976a3f3f |
EUC-JP | 要??曜?? | 1100110111010111001111110011111111001101110010110011111100111111 | cdd73f3fcdcb3f3f |
UTF-8 | 要쀯쉭曜띴퍢 | 111010001010011010000001111011001000000010101111111011001000100110101101111001101001101110011100111010111001110110110100111011011000110110100010 | e8a681ec80afec89ade69b9ceb9db4ed8da2 |
UHC | 要쀯쉭曜띴퍢 | 111010011010100110010111111011111011110110101101111010001111100010001101111001001011101110011001 | e9a997efbdade8f88de4bb99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)