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 | 001111111110001011101100010110010011111111100010111011000110001001000101 | 3fe2ec593fe2ec6245 |
EUC-JP | ?粮Y?粮bE | 001111111110010011101110010110010011111111100100111011100110001001000101 | 3fe4ee593fe4ee6245 |
UTF-8 | 뤵粮Y뤵粮bE | 111010111010010010110101111001111011001010101110010110011110101110100100101101011110011110110010101011100110001001000101 | eba4b5e7b2ae59eba4b5e7b2ae6245 |
UHC | 뤵粮Y뤵粮bE | 1000111111100011110101011101101101011001100011111110001111010101110110110110001001000101 | 8fe3d5db598fe3d5db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)