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 | 乙?跨趾 | 10001001101100110011111110001100110101111110011011100100 | 89b33f8cd7e6e4 |
EUC-JP | 乙?跨趾 | 10110010101101010011111110111000110110011110110011100110 | b2b53fb8d9ece6 |
UTF-8 | 乙잰跨趾 | 111001001011100110011001111011001001111010110000111010001011011110101000111010001011011010111110 | e4b999ec9eb0e8b7a8e8b6be |
UHC | 乙잰跨趾 | 1110101111100000110000001110100111001110101001011111001010111111 | ebe0c0e9cea5f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)