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 | 巍レ?筍?? | 100110111101100110000011100011000011111111100010101000010011111100111111 | 9bd9838c3fe2a13f3f |
EUC-JP | 巍レ?筍?? | 110101101101101110100101111011000011111111100100101000110011111100111111 | d6dba5ec3fe4a33f3f |
UTF-8 | 巍レ눘筍잓넫 | 111001011011011110001101111000111000001110101100111010111000100010011000111001111010110110001101111011001001111010010011111010111000010010101011 | e5b78de383aceb8898e7ad8dec9e93eb84ab |
UHC | 巍レ눘筍잓넫 | 111010001110010010101011111011001000011110110001111000101110110010011111111010011000011010101011 | e8e4abec87b1e2ec9fe986ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)