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 | 溪渙溽エ | 1001111111100010100111111101000010011111111001111000001101000111 | 9fe29fd09fe78347 |
EUC-JP | 溪渙溽エ | 1101111011100100110111101101001011011110111010011010010110101000 | dee4ded2dee9a5a8 |
UTF-8 | 溪渙溽エ | 111001101011101010101010111001101011100010011001111001101011101010111101111000111000001010101000 | e6baaae6b899e6babde382a8 |
UHC | 溪渙?エ | 11001101101000101111110010111001001111111010101110101000 | cda2fcb93faba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)