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 | 1110000010101010111000010111101001011001111000001010101011100001011110100110001001000101 | e0aae17a59e0aae17a6245 |
EUC-JP | 爼痙Y爼痙bE | 1110000010101100111000011101101101011001111000001010110011100001110110110110001001000101 | e0ace1db59e0ace1db6245 |
UTF-8 | 爼痙Y爼痙bE | 111001111000100010111100111001111001011110011001010110011110011110001000101111001110011110010111100110010110001001000101 | e788bce7979959e788bce797996245 |
UHC | ?痙Y?痙bE | 001111111100110011100010010110010011111111001100111000100110001001000101 | 3fcce2593fcce26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)