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 | 渦??肄?? | 1000100101010001001111110011111111100011111001010011111100111111 | 89513f3fe3e53f3f |
EUC-JP | 渦??肄?? | 1011000110110010001111110011111111100110111001110011111100111111 | b1b23f3fe6e73f3f |
UTF-8 | 渦깅끁肄뽩콏 | 111001101011100010100110111010101011100110000101111010111000000110000001111010001000001010000100111010111011110110101001111011001011110110001111 | e6b8a6eab985eb8181e88284ebbda9ecbd8f |
UHC | 渦깅끁肄뽩콏 | 111010001011111010110001111010111000010110110111111011001011110110010110111001011011000110001011 | e8beb1eb85b7ecbd96e5b18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)