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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 額??映??\ | 100010100111101000111111001111111000100101100110001111110011111101011100 | 8a7a3f3f89663f3f5c |
EUC-JP | 額??映??\ | 101100111101101100111111001111111011000111000111001111110011111101011100 | b3db3f3fb1c73f3f5c |
UTF-8 | 額댐풘映륅쉠\ | 11101001101000011000110111101011100011001001000011101101100100101001100011100110100110001010000011101011101001011000010111101100100010011010000001011100 | e9a18deb8c90ed9298e698a0eba585ec89a05c |
UHC | 額댐풘映륅쉠\ | 11100100111111101011010011101111101111101001101111100111101100011000111111101111101111011010101001011100 | e4feb4efbe9be7b18fefbdaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)