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 | 驛??泣?? | 1110100110000011001111110011111110001011100000110011111100111111 | e9833f3f8b833f3f |
EUC-JP | 驛??泣?? | 1111000111100011001111110011111110110101111000110011111100111111 | f1e33f3fb5e33f3f |
UTF-8 | 驛노엪泣쏁툞 | 111010011010100110011011111010111000010110111000111011001001011110101010111001101011001110100011111011001000111110000001111011011000100010011110 | e9a99beb85b8ec97aae6b3a3ec8f81ed889e |
UHC | 驛노엪泣쏁툞 | 111001101011111010110011111010111001111010000011111010111110100010011011111001111011100010010101 | e6beb3eb9e83ebe89be7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)