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 | 001111111001010001001100010110010011111110010100010011000110001001000101 | 3f944c593f944c6245 |
EUC-JP | 澔猫Y澔猫bE | 10001111110010001110110011000111101011010101100110001111110010001110110011000111101011010110001001000101 | 8fc8ecc7ad598fc8ecc7ad6245 |
UTF-8 | 澔猫Y澔猫bE | 111001101011111010010100111001111000110010101011010110011110011010111110100101001110011110001100101010110110001001000101 | e6be94e78cab59e6be94e78cab6245 |
UHC | 澔猫Y澔猫bE | 1111101111001011110110011101111001011001111110111100101111011001110111100110001001000101 | fbcbd9de59fbcbd9de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)