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 | 雅??移?? | 1000100111101011001111110011111110001000110110100011111100111111 | 89eb3f3f88da3f3f |
EUC-JP | 雅??移?? | 1011001011101101001111110011111110110000110111000011111100111111 | b2ed3f3fb0dc3f3f |
UTF-8 | 雅묊쭅移멧틧 | 111010011001101110000101111010111010110010001010111011001010110110000101111001111010011110111011111010111010100110100111111011011000101110100111 | e99b85ebac8aecad85e7a7bbeba9a7ed8ba7 |
UHC | 雅묊쭅移멧틧 | 111001001011101010010001111001111010011110000001111011001011100110111000111001001011101010010001 | e4ba91e7a781ecb9b8e4ba91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)