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 | 1110010001001100100101101011000001011001111001000100110010010110101100000110001001000101 | e44c96b059e44c96b06245 |
EUC-JP | 膈眠Y膈眠bE | 1110011110101101110011001011001001011001111001111010110111001100101100100110001001000101 | e7adccb259e7adccb26245 |
UTF-8 | 膈眠Y膈眠bE | 111010001000011010001000111001111001110010100000010110011110100010000110100010001110011110011100101000000110001001000101 | e88688e79ca059e88688e79ca06245 |
UHC | 膈眠Y膈眠bE | 1100110010101110110110001111100101011001110011001010111011011000111110010110001001000101 | ccaed8f959ccaed8f96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)