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 | 濟???奬? | 1110000001011010001111110011111100111111100110101111101100111111 | e05a3f3f3f9afb3f |
EUC-JP | 濟?栯?奬? | 11011111101110110011111110001111110000111101001000111111110101001111110100111111 | dfbb3f8fc3d23fd4fd3f |
UTF-8 | 濟렠栯렩奬렞 | 111001101011111110011111111010111010000010100000111001101010000010101111111010111010000010101001111001011010010110101100111010111010000010011110 | e6bf9feba0a0e6a0afeba0a9e5a5aceba09e |
UHC | 濟렠栯렩奬렞 | 111100001010110110001110101100011110100111110001100011101011011111101101111000011000111010101111 | f0ad8eb1e9f18eb7ede18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)