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 | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 묲뫒뫓Y묲뫒뫓bE | 111010111010110010110010111010111010101110010010111010111010101110010011010110011110101110101100101100101110101110101011100100101110101110101011100100110110001001000101 | ebacb2ebab92ebab9359ebacb2ebab92ebab936245 |
UHC | 묲뫒뫓Y묲뫒뫓bE | 100100100100100110010001101101001001000110110101010110011001001001001001100100011011010010010001101101010110001001000101 | 924991b491b559924991b491b56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)