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 | 譯??唯?? | 1110011010100001001111110011111110010111010000100011111100111111 | e6a13f3f97423f3f |
EUC-JP | 譯??唯?? | 1110110010100011001111110011111111001101101000110011111100111111 | eca33f3fcda33f3f |
UTF-8 | 譯롳퐠唯덃퍗 | 111010001010110110101111111010111010000110110011111011011001000010100000111001011001010010101111111010111000110110000011111011011000110110010111 | e8adafeba1b3ed90a0e594afeb8d83ed8d97 |
UHC | 譯롳퐠唯덃퍗 | 111001101011101110001110111011111011110110001001111010101110011010001000111001101011101110001110 | e6bb8eefbd89eae688e6bb8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)