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 | 闇μ?幼?┷ | 10001000110001011000001111001010001111111001011101100011001111111000010010111000 | 88c583ca3f97633f84b8 |
EUC-JP | 闇μ?幼?┷ | 10110000110001111010011011001100001111111100110111000100001111111010100010111010 | b0c7a6cc3fcdc43fa8ba |
UTF-8 | 闇μ늹幼싷┷ | 1110100110010111100001111100111010111100111010111000101010111001111001011011100110111100111011001000101110110111111000101001010010110111 | e99787cebceb8ab9e5b9bcec8bb7e294b7 |
UHC | 闇μ늹幼싷┷ | 111001001110000110100101111011001000100010000010111010101110101010011010111011111010011010111010 | e4e1a5ec8882eaea9aefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)