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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?魯Y?魯bE | 001111111001100001000100010110010011111110011000010001000110001001000101 | 3f9844593f98446245 |
EUC-JP | ?魯Y?魯bE | 001111111100111110100101010110010011111111001111101001010110001001000101 | 3fcfa5593fcfa56245 |
UTF-8 | 뤖魯Y뤖魯bE | 111010111010010010010110111010011010110110101111010110011110101110100100100101101110100110101101101011110110001001000101 | eba496e9adaf59eba496e9adaf6245 |
UHC | 뤖魯Y뤖魯bE | 1000111111000110110101101101101101011001100011111100011011010110110110110110001001000101 | 8fc6d6db598fc6d6db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)