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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シナ室芝射社 | 10111100110001011000111010111010100011101100010110001110110010111000111011010000 | bcc58eba8ec58ecb8ed0 |
EUC-JP | シナ室芝射社 | 100011101011110010001110110001011011110010111100101111001100011110111100110011011011110011010010 | 8ebc8ec5bcbcbcc7bccdbcd2 |
UTF-8 | シナ室芝射社 | 111011111011110110111100111011111011111010000101111001011010111010100100111010001000101010011101111001011011000010000100111001111010010010111110 | efbdbcefbe85e5aea4e88a9de5b084e7a4be |
UHC | ??室芝射社 | 00111111001111111110001111111000111100101011100111011110110100101101111011100100 | 3f3fe3f8f2b9ded2dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)