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 | 鈺?<節?? | 111110111100010000111111100000011000001110010000110111110011111100111111 | fbc43f818390df3f3f |
EUC-JP | 鈺?<節?? | 10001111111000111101010100111111101000011110001111000000111000010011111100111111 | 8fe3d53fa1e3c0e13f3f |
UTF-8 | 鈺썲<節ㅵ뱲 | 111010011000100010111010111011001000110110110010111011111011110010011100111001111010111110000000111000111000010110110101111010111011000110110010 | e988baec8db2efbc9ce7af80e385b5ebb1b2 |
UHC | 鈺썲<節ㅵ뱲 | 111010001010110110111101111001011010001110111100111011111011110110100100111001011001001110011000 | e8adbde5a3bcefbda4e59398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)