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 | 箋??唯?? | 1110001010110011001111110011111110010111010000100011111100111111 | e2b33f3f97423f3f |
EUC-JP | 箋??唯?? | 1110010010110101001111110011111111001101101000110011111100111111 | e4b53f3fcda33f3f |
UTF-8 | 箋됱떘唯덅쓩 | 111001111010111010001011111010111001000010110001111010111001011010011000111001011001010010101111111010111000110110000101111011001001001110101001 | e7ae8beb90b1eb9698e594afeb8d85ec93a9 |
UHC | 箋됱떘唯덅쓩 | 111011111010100010001001111011001000101110101110111010101110011010001000111010001011111010110001 | efa889ec8baeeae688e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)