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 | ???駕 | 0011111100111111001111111000100111101101 | 3f3f3f89ed |
EUC-JP | ?寗?駕 | 00111111100011111011101011100000001111111011001011101111 | 3f8fbae03fb2ef |
UTF-8 | 뤶寗콓駕 | 111010111010010010110110111001011010111110010111111011001011110110010011111010011010011110010101 | eba4b6e5af97ecbd93e9a795 |
UHC | 뤶寗콓駕 | 1000111111100100110100101011110010110001100011111100101010111101 | 8fe4d2bcb18fcabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)