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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???班? | 001111110011111100111111100101001100011100111111 | 3f3f3f94c73f |
EUC-JP | ???班? | 001111110011111100111111110010001100100100111111 | 3f3f3fc8c93f |
UTF-8 | 炡쿄렦班렠 | 111001111000001010100001111011001011111110000100111010111010000010100110111001111000111110101101111010111010000010100000 | e782a1ecbf84eba0a6e78fadeba0a0 |
UHC | 炡쿄렦班렠 | 11101111111010001100010011101100100011101011010111011010111011001000111010110001 | efe8c4ec8eb5daec8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)