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 | 1110000010010110100011110100001101011001111000001001011010001111010000110110001001000101 | e0968f4359e0968f436245 |
EUC-JP | 燒修Y燒修bE | 1101111111110110101111011010010001011001110111111111011010111101101001000110001001000101 | dff6bda459dff6bda46245 |
UTF-8 | 燒修Y燒修bE | 111001111000011110010010111001001011111110101110010110011110011110000111100100101110010010111111101011100110001001000101 | e78792e4bfae59e78792e4bfae6245 |
UHC | 燒修Y燒修bE | 1110000111000000111000011111001101011001111000011100000011100001111100110110001001000101 | e1c0e1f359e1c0e1f36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)