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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?韻????? | 0011111110001001010000110011111100111111001111110011111100111111 | 3f89433f3f3f3f3f |
EUC-JP | ?韻????? | 0011111110110001101001000011111100111111001111110011111100111111 | 3fb1a43f3f3f3f3f |
UTF-8 | 쒔韻롆렊롚쒔렠 | 111011001001001010010100111010011001111110111011111010111010000110000110111010111010000010001010111010111010000110011010111011001001001010010100111010111010000010100000 | ec9294e99fbbeba186eba08aeba19aec9294eba0a0 |
UHC | 쒔韻롆렊롚쒔렠 | 1011111010101101111010101010010010001110110011001000111010100001100011101101111010111110101011011000111010110001 | beadeaa48ecc8ea18edebead8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)