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鞜尿 | 1110100010111110101100000101000011101000110111111001010001000001 | e8beb050e8df9441 |
EUC-JP | 霎ーP鞜尿 | 111100001100000010001110101100000101000011110000111000011100011110100010 | f0c08eb050f0e1c7a2 |
UTF-8 | 霎ーP鞜尿 | 11101001100111001000111011101111101111011011000001010000111010011001111010011100111001011011000010111111 | e99c8eefbdb050e99e9ce5b0bf |
UHC | ??P?尿 | 001111110011111101010000001111111101001011100011 | 3f3f503fd2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)