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 | 闇λ?二?? | 100010001100010110000011110010010011111110010011111100010011111100111111 | 88c583c93f93f13f3f |
EUC-JP | 闇λ?二?? | 101100001100011110100110110010110011111111000110111100110011111100111111 | b0c7a6cb3fc6f33f3f |
UTF-8 | 闇λ툍二긺땸 | 1110100110010111100001111100111010111011111011011000100010001101111001001011101010001100111010101011100010111010111010111001010110111000 | e99787cebbed888de4ba8ceab8baeb95b8 |
UHC | 闇λ툍二긺땸 | 111001001110000110100101111010111011100010000101111011001010001110110001111001111000101110001110 | e4e1a5ebb885eca3b1e78b8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)