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 | 墻ワ?絶?? | 100110101101010010000011100011110011111110010000111000100011111100111111 | 9ad4838f3f90e23f3f |
EUC-JP | 墻ワ?絶?? | 110101001101011010100101111011110011111111000000111001000011111100111111 | d4d6a5ef3fc0e43f3f |
UTF-8 | 墻ワ스絶꾥뮅 | 111001011010001010111011111000111000001110101111111011001000101010100100111001111011010110110110111010101011111010100101111010111010111010000101 | e5a2bbe383afec8aa4e7b5b6eabea5ebae85 |
UHC | 墻ワ스絶꾥뮅 | 111011011101111110101011111011111011110110111010111011111011111010000100111010001001001010010100 | eddfabefbdbaefbe84e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)