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 | 100010001010110000111111010110011000100010101100001111110110001001000101 | 88ac3f5988ac3f6245 |
EUC-JP | 握?Y握?bE | 101100001010111000111111010110011011000010101110001111110110001001000101 | b0ae3f59b0ae3f6245 |
UTF-8 | 握捻Y握捻bE | 111001101000111110100001111011111010011010100100010110011110011010001111101000011110111110100110101001000110001001000101 | e68fa1efa6a459e68fa1efa6a46245 |
UHC | 握捻Y握捻bE | 1110010011000100111001101111011101011001111001001100010011100110111101110110001001000101 | e4c4e6f759e4c4e6f76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)