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 | 鱧蒔竺鱧蒔 | 111010011110010110001110101010101111001010110001100011101011000111101001111001011000111010101010 | e9e58eaaf2b18eb1e9e58eaa |
EUC-JP | 鱧蒔?竺鱧蒔 | 1111001011100111101111001010110000111111101111001011001111110010111001111011110010101100 | f2e7bcac3fbcb3f2e7bcac |
UTF-8 | 鱧蒔竺鱧蒔 | 111010011011000110100111111010001001001010010100111011101000011110101000111001111010101110111010111010011011000110100111111010001001001010010100 | e9b1a7e89294ee87a8e7abbae9b1a7e89294 |
UHC | ?蒔?竺?蒔 | 001111111110001111001000001111111111010111100111001111111110001111001000 | 3fe3c83ff5e73fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)