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 | 梧??邀?? | 1000110011100110001111110011111111100111101100010011111100111111 | 8ce63f3fe7b13f3f |
EUC-JP | 梧??邀?? | 1011100011101000001111110011111111101110101100110011111100111111 | b8e83f3feeb33f3f |
UTF-8 | 梧녔퍍邀귟뱰 | 111001101010001010100111111010111000010110010100111011011000110110001101111010011000001010000000111010101011011110011111111010111011000110110000 | e6a2a7eb8594ed8d8de98280eab79febb1b0 |
UHC | 梧녔퍍邀귟뱰 | 111001111111110010110011111001101011101110000100111010011010110110000010111010001001001110010110 | e7fcb3e6bb84e9ad82e89396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)