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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 霎ーP驕尿 | 1110100010111110101100000101000011101001100000011001010001000001 | e8beb050e9819441 |
EUC-JP | 霎ーP驕尿 | 111100001100000010001110101100000101000011110001111000011100011110100010 | f0c08eb050f1e1c7a2 |
UTF-8 | 霎ーP驕尿 | 11101001100111001000111011101111101111011011000001010000111010011010100110010101111001011011000010111111 | e99c8eefbdb050e9a995e5b0bf |
UHC | ??P驕尿 | 00111111001111110101000011001110111101101101001011100011 | 3f3f50cef6d2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)