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 | 霎ー驕膿 | 11101000101111101011000011101001100000011001010001011110 | e8beb0e981945e |
EUC-JP | 霎ー驕膿 | 1111000011000000100011101011000011110001111000011100011110111111 | f0c08eb0f1e1c7bf |
UTF-8 | 霎ー驕膿 | 111010011001110010001110111011111011110110110000111010011010100110010101111010001000011010111111 | e99c8eefbdb0e9a995e886bf |
UHC | ??驕膿 | 001111110011111111001110111101101101001011011011 | 3f3fcef6d2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)