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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 議屯? | 1000101101100011100100111101010000111111 | 8b6393d43f |
EUC-JP | 議屯? | 1011010111000100110001101101011000111111 | b5c4c6d63f |
UTF-8 | 議屯렖 | 111010001010110110110000111001011011000110101111111010111010000010010110 | e8adb0e5b1afeba096 |
UHC | 議屯렖 | 111011001010000111010100111010101000111010101011 | eca1d4ea8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)