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 | 畏??帳?? | 1000100011011000001111110011111110010010101000000011111100111111 | 88d83f3f92a03f3f |
EUC-JP | 畏??帳?? | 1011000011011010001111110011111111000100101000100011111100111111 | b0da3f3fc4a23f3f |
UTF-8 | 畏방콖帳쎾ㅁ | 111001111001010110001111111010111011000010101001111011001011110110010110111001011011100010110011111011001000111010111110111000111000010110000001 | e7958febb0a9ecbd96e5b8b3ec8ebee38581 |
UHC | 畏방콖帳쎾ㅁ | 111010001110011010111001111001101011000110010000111011011110001110011011111001011010010010110001 | e8e6b9e6b190ede39be5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)