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 | 椰???←? | 1001111010111101001111110011111100111111100000011010100100111111 | 9ebd3f3f3f81a93f |
EUC-JP | 椰???←? | 1101110010111111001111110011111100111111101000101010101100111111 | dcbf3f3f3fa2ab3f |
UTF-8 | 椰됮쎁掠←ㅎ | 111001101010010010110000111010111001000010101110111011001000111010000001111011111010010110110101111000101000011010010000111000111000010110001110 | e6a4b0eb90aeec8e81efa5b5e28690e3858e |
UHC | 椰됮쎁掠←ㅎ | 111001011010101110001001111010011001101110101011111001011011000110100001111001111010010010111110 | e5ab89e99babe5b1a1e7a4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)