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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ?璹Y?璹bE | 0011111110001111110011001110011101011001001111111000111111001100111001110110001001000101 | 3f8fcce7593f8fcce76245 |
UTF-8 | 뤖璹Y뤖璹bE | 111010111010010010010110111001111001001010111001010110011110101110100100100101101110011110010010101110010110001001000101 | eba496e792b959eba496e792b96245 |
UHC | 뤖璹Y뤖璹bE | 1000111111000110111000101101101101011001100011111100011011100010110110110110001001000101 | 8fc6e2db598fc6e2db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)