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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??臾?? | 1000100011011000001111110011111111100100011010110011111100111111 | 88d83f3fe46b3f3f |
EUC-JP | 畏??臾?? | 1011000011011010001111110011111111100111110011000011111100111111 | b0da3f3fe7cc3f3f |
UTF-8 | 畏브낵臾띹삃 | 111001111001010110001111111010111011100010001100111010111000001010110101111010001000011110111110111010111001110110111001111011001000001010000011 | e7958febb88ceb82b5e887beeb9db9ec8283 |
UHC | 畏브낵臾띹삃 | 111010001110011010111010111010101011001110111100111010111010110010001101111010001001100010001010 | e8e6baeab3bcebac8de8988a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)