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 | 寬室鋙爾 | 1111101010101010100011101011101011111011110100011000111010100010 | faaa8ebafbd18ea2 |
EUC-JP | ?室鋙爾 | 0011111110111100101111001000111111100100110000111011110010100100 | 3fbcbc8fe4c3bca4 |
UTF-8 | 寬室鋙爾 | 111001011010111110101100111001011010111010100100111010011000101110011001111001111000100010111110 | e5aface5aea4e98b99e788be |
UHC | 寬室?爾 | 11001110101100001110001111111000001111111110110010110011 | ceb0e3f83fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)