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 | ????R?? | 00111111001111110011111100111111010100100011111100111111 | 3f3f3f3f523f3f |
SJIS-WIN | シナシヲRシト | 10111100110001011011110010100110010100101011110011000100 | bcc5bca652bcc4 |
EUC-JP | シナシヲRシト | 10001110101111001000111011000101100011101011110010001110101001100101001010001110101111001000111011000100 | 8ebc8ec58ebc8ea6528ebc8ec4 |
UTF-8 | シナシヲRシト | 11101111101111011011110011101111101111101000010111101111101111011011110011101111101111011010011001010010111011111011110110111100111011111011111010000100 | efbdbcefbe85efbdbcefbda652efbdbcefbe84 |
UHC | ????R?? | 00111111001111110011111100111111010100100011111100111111 | 3f3f3f3f523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)