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 | 銧蒔鉑蒔 | 1111101111001100100011101010101011111011110010011000111010101010 | fbcc8eaafbc98eaa |
EUC-JP | 銧蒔鉑蒔 | 10001111111001001010011010111100101011001000111111100011111000011011110010101100 | 8fe4a6bcac8fe3e1bcac |
UTF-8 | 銧蒔鉑蒔 | 111010011000101010100111111010001001001010010100111010011000100110010001111010001001001010010100 | e98aa7e89294e98991e89294 |
UHC | ?蒔?蒔 | 001111111110001111001000001111111110001111001000 | 3fe3c83fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)