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 | 浴??帳?? | 1001011110000001001111110011111110010010101000000011111100111111 | 97813f3f92a03f3f |
EUC-JP | 浴??帳?? | 1100110111100001001111110011111111000100101000100011111100111111 | cde13f3fc4a23f3f |
UTF-8 | 浴멨쳣帳녑폀 | 111001101011010110110100111010111010100110101000111011001011001110100011111001011011100010110011111010111000010110010001111011011000111110000000 | e6b5b4eba9a8ecb3a3e5b8b3eb8591ed8f80 |
UHC | 浴멨쳣帳녑폀 | 111010011011000110111000111001011010101110001001111011011110001110110011111001011011110010001111 | e9b1b8e5ab89ede3b3e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)