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 | 100011111011111000111111010110011000111110111110001111110110001001000101 | 8fbe3f598fbe3f6245 |
EUC-JP | 樟?Y樟?bE | 101111101100000000111111010110011011111011000000001111110110001001000101 | bec03f59bec03f6245 |
UTF-8 | 樟뒷Y樟뒷bE | 111001101010100010011111111010111001001010110111010110011110011010101000100111111110101110010010101101110110001001000101 | e6a89feb92b759e6a89feb92b76245 |
UHC | 樟뒷Y樟뒷bE | 1110110111101001101101011101111001011001111011011110100110110101110111100110001001000101 | ede9b5de59ede9b5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)