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 | 蒔肄叱 | 1111000111111100100011101010101011100011111001011000111010110110 | f1fc8eaae3e58eb6 |
EUC-JP | ?蒔肄叱 | 00111111101111001010110011100110111001111011110010111000 | 3fbcace6e7bcb8 |
UTF-8 | 蒔肄叱 | 111011101000010110110111111010001001001010010100111010001000001010000100111001011000111110110001 | ee85b7e89294e88284e58fb1 |
UHC | ?蒔肄叱 | 00111111111000111100100011101100101111011111001011101010 | 3fe3c8ecbdf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)