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 | ???昻騁? | 0011111100111111001111111111101011010000111010010111010000111111 | 3f3f3ffad0e9743f |
EUC-JP | ????騁? | 00111111001111110011111100111111111100011101010100111111 | 3f3f3f3ff1d53f |
UTF-8 | 쒀롒뤎昻騁쵌 | 111011001001001010000000111010111010000110010010111010111010010010001110111001101001100010111011111010011010100010000001111011001011010110001100 | ec9280eba192eba48ee698bbe9a881ecb58c |
UHC | 쒀롒뤎昻騁쵌 | 101111101010110010001110110101111000111110111110111001001110100111011110101111101010110010001110 | beac8ed78fbee4e9debeac8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)