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 | 1110000101010100100010101111101001011001111000010101010010001010111110100110001001000101 | e1548afa59e1548afa6245 |
EUC-JP | 甬期Y甬期bE | 1110000110110101101101001111110001011001111000011011010110110100111111000110001001000101 | e1b5b4fc59e1b5b4fc6245 |
UTF-8 | 甬期Y甬期bE | 111001111001010010101100111001101001110010011111010110011110011110010100101011001110011010011100100111110110001001000101 | e794ace69c9f59e794ace69c9f6245 |
UHC | 甬期Y甬期bE | 1110100111000101110100011010001001011001111010011100010111010001101000100110001001000101 | e9c5d1a259e9c5d1a26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)