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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?庾???? | 0011111110001111101111001100111000111111001111110011111100111111 | 3f8fbcce3f3f3f3f |
UTF-8 | 뤗庾띵틢핊헝 | 111010111010010010010111111001011011101010111110111010111001110110110101111011011000101110100010111011011001010110001010111011011001011110011101 | eba497e5babeeb9db5ed8ba2ed958aed979d |
UHC | 뤗庾띵틢핊헝 | 100011111100011111101010111011001011011011110010101110101000111011000000100011111100011111101011 | 8fc7eaecb6f2ba8ec08fc7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)