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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?邯y? | 001111111110011110110110100000101001100100111111 | 3fe7b682993f |
EUC-JP | ?邯y? | 001111111110111010111000101000111111100100111111 | 3feeb8a3f93f |
UTF-8 | 낳邯y聆 | 111010111000001010110011111010011000001010101111111011111011110110011001111011111010011010110000 | eb82b3e982afefbd99efa6b0 |
UHC | 낳邯y聆 | 1011001110111010110010101111101110100011111110011110011111000111 | b3bacafba3f9e7c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)